home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / transfer reason buttons windows.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  822 b   |  24 lines

  1. <panel>
  2.     <layout class="arrange_horizontal_attachment" alignment="right" />
  3.     <layout class="stick_to_sides_attachment" alignment="bottom" layout_children="true" />
  4.     <layout class="fit_children_attachment" alignment="vertical" inset="0" />
  5.     
  6.     
  7.     <widget class="action_button_blue" id="yes" text="Yes" auto_size="all">
  8.         <!-- we need to specify that this is a dialog event (dialog_event=true) -->
  9.         <record id="click_event">
  10.             <flags id="event_id" value="yes" />
  11.             <flags id="dialog_event" value="true" />
  12.         </record>
  13.     </widget>
  14.     
  15.     <widget class="action_button_blue" id="no" text="No" auto_size="all">
  16.         <!-- we need to specify that this is a dialog event (dialog_event=true) -->
  17.         <record id="click_event">
  18.             <flags id="event_id" value="no" />
  19.             <flags id="dialog_event" value="true" />
  20.         </record>
  21.     </widget>
  22.  
  23. </panel>
  24.